home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / language / sapporo / readme.tap < prev    next >
Text File  |  1994-10-24  |  2KB  |  64 lines

  1. Installation of the SAPPORO prototype system
  2. ============================================
  3.    
  4.    
  5. All files are tared into an archive called sapporo.tar.Z which you find on tape or in a FTP directory. 
  6.  
  7. 1) Copy the file sapporo.tar.Z to your destination directory.
  8.  
  9. 2) uncompress sapporo.tar.Z
  10.  
  11. 3) tar xvf sapporo.tar
  12.    You get a new directoy "Sapporo-Nov-92" containing the executable
  13.    "sapporo-nov-92", 
  14.    the Allegro UNIX library directory "lib/",
  15.    a topologies directory for storing "topologies/",
  16.    and a directory called "databases/" which contains all necessary data 
  17.    of some sample networks.
  18.  
  19. 4) Be sure to have the execution bits set on sapporo-nov-92
  20.  
  21. 5) Execute sapporo-nov-92.
  22.    From now on we assume that the current directory which "sapporo-nov-92",
  23.    "lib/" and "databases/" reside in is called <current-dir> and that
  24.    the host on which the display should appear is called <display-host>.
  25.    Note that you need X running on the <display-host> but not necessarily
  26.    on the host who executes the sapporo image.
  27.    
  28. 6) At the cl> prompt input the following lines
  29.    cl> (excl::generate-library-pathnames "<current-dir>/")
  30.    
  31.    cl> (setf *package* 'sapporo)
  32.  
  33.    cl> (setf *default-database-directory* "<current-dir>/databases/")
  34.    
  35.    cl> (setf *default-topology-dir* "<current-dir>/topologies/")
  36.    
  37.    cl> (reset-sapporo "<display-host>")
  38.    
  39.    After these commands sapporo starts to bring up its window on
  40.    <display-host>.
  41.    From now on you can follow the instructions described in the 
  42.    Sapporo User's Manual.
  43.    
  44. 7) The system definition file for the SAPPORO system resides in the "src"
  45.    directory and is called "sapporo-all-system.lisp". If you wish to 
  46.    recompile some files or make any changes to the system be aware of
  47.    the modification of the file paths in this file!
  48.    The same comments apply also to the system definition file of the 
  49.    clos-database subsystem which is defined in 
  50.    "src/clos-database/clos-database-system.lisp".
  51.    
  52.    Bernd Wild
  53.  
  54. ===============================================
  55. Bernd Wild                                       
  56. Forschungszentrum Informatik FZI
  57. Dept. Technical Expert Systems and Robotics
  58. Haid-und-Neu-Strasse 10-14
  59. D-7500 Karlsruhe GERMANY 
  60. Tel:   +49-721-9654-310
  61. Fax:   +49-721-9654-309
  62. email: bwild@fzi.de
  63. ===============================================
  64.